Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm vars not referenced #69

Merged
merged 3 commits into from
Oct 9, 2020
Merged

rm vars not referenced #69

merged 3 commits into from
Oct 9, 2020

Conversation

arron-green
Copy link
Contributor

Cleaning up code that is not referenced anywhere in the codebase

@@ -144,20 +144,12 @@
protected static class Config {
public static final String BACKUP_TIME_S_CONFIG = "backup.time.s";
public static final int BACKUP_TIME_S_DEFAULT = 1800;
public static final String BACKUP_TIME_S_DOC = "Time interval (roughly) between backups";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok with removing these unused vars, but can we instead convert these to docstrings for the config values

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved these values to their respective fields

@eric-weaver eric-weaver added the hacktoberfest-accepted Accepted hacktoberfest contributions label Oct 8, 2020
@arron-green arron-green merged commit 5562421 into master Oct 9, 2020
@arron-green arron-green deleted the agreen-rm-unreferenced-vars branch October 9, 2020 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted hacktoberfest contributions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants